@charset "utf-8";
/* CSS Document */

/*选项卡样式*/
.none { display:none;}

.TabTitle{ clear:both; height:29px; border-bottom:#ddddde 1px solid;}
.TabTitle li{ float:left; display:inline; width:80px; cursor:pointer; font-size:12px; line-height:30px; text-align:center; margin-right:2px; font-weight:bold;}
.active{ background:url(../images/zcwy_33.gif) no-repeat; color:#ea5514;}
.active a{ color:#ea5514;}
.normal{ background:none; color:#666;}
.TabContent{ background:none; padding-top:10px; height:auto; text-align:left; clear:both; }

